home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Toshiba P321SL/P341SL. ;
- ; ;
- ; (C) Copyright 1990 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Toshiba P321SL/P341SL"
- RESET = 27,26,73
-
- NAME = "Bell"
- DESC = "Sound the printer bell."
- CODES = 7
-
- NAME = "Line Feed"
- DESC = "Advance paper to the next line."
- CODES = 10
-
- NAME = "Half Line Feed"
- DESC = "Advance paper by a half of a line."
- CODES = 27,85
-
- NAME = "Negative Line Feed"
- DESC = "Reverse paper by one line. The"
- "paper will not advance beyond the"
- "top of form position."
- CODES = 27,10
-
- NAME = "Negative Half Line Feed"
- DESC = "Reverse paper by one half of a"
- "line. The paper will not advance"
- "beyond the top of form position."
- CODES = 27,68
-
- NAME = "Form Feed"
- DESC = "Advance paper to the top of the"
- "next page."
- CODES = 12
-
- NAME = "Select Emulation Mode"
- DESC = "Select current printer emulation"
- "mode."
- CODES = 27,95,0
- "Select emulation mode by entering"
- "one of the following:"
- " "
- "0 for native Toshiba mode."
- "1 for IBM emulation."
- "2 for optional emulation card."
- " "
- "The above values are in decimal."
- " "
- "Example: Entering 1 (decimal) sets"
- "the current emulation mode to IBM."
- 0
-
- NAME = "Select Type Font"
- DESC = "Select current type font."
- CODES = 27,42,0
- "Enter one of the following:"
- " "
- """0"" for high speed resident font."
- """1"" for letter quality resident"
- " font (Prestige Elite)."
- """2"" for letter quality resident"
- " font (Courier)."
- """3"" for letter quality resident"
- " font for proportional spacing"
- " (Courier)."
- """4"" for letter quality downloaded"
- " font."
- """5"" for letter quality downloaded"
- " font."
- """6"" for letter quality font 1 of"
- " card 1."
- """7"" for letter quality font 2 of"
- " card 1."
- """8"" for letter quality font 1 of"
- " card 2."
- """9"" for letter quality font 2 of"
- " card 2."
- " "
- "All of the above values are to be"
- "entered as ascii digits."
- " "
- "Example: Entering ""0"" (quotation"
- "marks included) sets the high speed"
- "resident font."
- 0
-
- NAME = "Select Bin"
- DESC = "Select either the first or second"
- "bin on a dual bin sheet feeder."
- CODES = 27,47,0
- "Enter one of the following:"
- " "
- """0"" for bin number 1."
- """1"" for bin number 2."
- " "
- "The above values are to be entered"
- "as ascii digits."
- " "
- "Example: Entering ""1"" (quotation"
- "marks included) selects bin 2."
- 0
-
- NAME = "Set Top Margin"
- DESC = "Set the top margin at the current"
- "line."
- CODES = 27,43
-
- NAME = "Set Bottom Margin"
- DESC = "Set the bottom margin at the"
- "current line."
- CODES = 27,45
-
- NAME = "Set Left Margin"
- DESC = "Set left margin at the current"
- "printing position."
- CODES = 27,57
-
- NAME = "Set Right Margin"
- DESC = "Set right margin at the current"
- "printing position."
- CODES = 27,48
-
- NAME = "Right Margin Control ON"
- DESC = "Activate right margin control."
- "A carriage return is substituted"
- "for a space if the space occurs"
- "within five characters prior to the"
- "right margin."
- CODES = 27,79
-
- NAME = "Right Margin Control OFF"
- DESC = "Deactivate right margin control."
- CODES = 27,89
-
- NAME = "Start Backward Print"
- DESC = "Initiate backward printing."
- CODES = 27,54
-
- NAME = "Start Forward Print"
- DESC = "Terminate backward printing."
- CODES = 27,53
-
- NAME = "Automatic LF ON"
- DESC = "Activate auto line feed mode. Each"
- "time a carriage return is received,"
- "a line feed operation is performed."
- CODES = 27,46
-
- NAME = "Automatic LF OFF"
- DESC = "Deactivate auto line feed mode."
- CODES = 27,89
-
- NAME = "Automatic CR/LF ON"
- DESC = "Activate auto carriage return/line"
- "feed mode. The printer automatic-"
- "ally performs a carriage return and"
- "line feed each time the print"
- "position reaches the right margin."
- CODES = 27,87
-
- NAME = "Automatic CR/LF OFF"
- DESC = "Deactivate auto carriage return/"
- "line feed mode."
- CODES = 27,90
-
- NAME = "Proportional Spacing ON"
- DESC = "Activate proportional spacing."
- "Spacing between letters is adjusted"
- "to compensate for the varying"
- "widths of individual characters."
- CODES = 27,36
-
- NAME = "Proportional Spacing OFF"
- DESC = "Deactivate proportional spacing."
- CODES = 27,37
-
- NAME = "Print Unidirectional"
- DESC = "Print from left to right only."
- CODES = 27,62
-
- NAME = "Print Bidirectional"
- DESC = "Print from both left to right and"
- "right to left."
- CODES = 27,60
-
- NAME = "Expanded Character ON"
- DESC = "Activate expanded character"
- "printing. Characters are printed"
- "twice their normal size."
- CODES = 27,33
-
- NAME = "Expanded Character OFF"
- DESC = "Deactivate expanded character"
- "printing. Characters are printed"
- "their normal size."
- CODES = 27,34
-
- NAME = "Italics ON"
- DESC = "Activate italics print. Characters"
- "are slanted to the right."
- CODES = 27,18
-
- NAME = "Italics OFF"
- DESC = "Deactivate italics print."
- CODES = 27,20
-
- NAME = "Underline ON"
- DESC = "Activate underline print. All"
- "characters, excluding embedded"
- "spaces, are underscored."
- CODES = 27,73
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,74
-
- NAME = "Bold Overprint ON"
- DESC = "Activate bold overprint mode."
- "Characters are overprinted from"
- "one to four times."
- CODES = 27,75,0
- "Enter number of times to overprint"
- "characters."
- " "
- "Range: ""1"" to ""4"" ascii."
- " "
- "Example: Entering ""2"" (quotation"
- "marks included) causes characters"
- "to be overprinted twice."
- 0
-
- NAME = "Bold Overprint OFF"
- DESC = "Deactivate bold overprint mode."
- CODES = 27,77
-
- NAME = "Shadow Print ON"
- DESC = "Activate shadow print. Characters"
- "are printed twice. The second time,"
- "character is offset 1/180 of an"
- "inch horizontally."
- CODES = 27,81
-
- NAME = "Shadow Print OFF"
- DESC = "Deactivate shadow print."
- CODES = 27,82
-
- NAME = "Condensed ON"
- DESC = "Activate condensed mode. This mode"
- "horizontally condenses the high"
- "speed font from 1/120"" to 1/200""."
- "It also condenses the height of"
- "each character."
- CODES = 27,91
-
- NAME = "Condensed OFF"
- DESC = "Deactivate condensed mode."
- CODES = 27,93
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,126,83,48,49,49
-
- NAME = "Superscript OFF"
- DESC = "Deactivate superscript print."
- CODES = 27,126,83,48,49,48
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,126,83,48,49,50
-
- NAME = "Subscript OFF"
- DESC = "Deactivate subscript print."
- CODES = 27,126,83,48,49,48
-
- NAME = "Double Height ON"
- DESC = "Activate double height print."
- "Characters are printed twice their"
- "normal height."
- CODES = 27,118,49
-
- NAME = "Double Height OFF"
- DESC = "Deactivate double height print."
- "Characters are printed their normal"
- "height."
- CODES = 27,118,48
-
- NAME = "1/60"" Graphics ON"
- DESC = "Activate 1/60"" graphics mode."
- CODES = 27,51
-
- NAME = "1/60"" Graphics OFF"
- DESC = "Deactivate 1/60"" graphics mode."
- CODES = 27,52
-
- NAME = "1/120"" Graphics ON"
- DESC = "Activate 1/120"" graphics mode."
- CODES = 27,71
-
- NAME = "1/120"" Graphics OFF"
- DESC = "Deactivate 1/120"" graphics mode."
- CODES = 27,52
-
- NAME = "Coded Graphics ON"
- DESC = "Activate the coded graphics"
- "character set."
- CODES = 27,61
-
- NAME = "Coded Graphics OFF"
- DESC = "Deactivate the coded graphics"
- "character set."
- CODES = 27,63
-
-